PDFView4NET WinForms Edition
OldItem Property




O2S.Components.PDFView4NET Namespace > PDFCollectionChangedEventArgs<T> Class : OldItem Property
Gets the old item involved in the operation.
Syntax
'Declaration
 
Public ReadOnly Property OldItem As T
'Usage
 
Dim instance As PDFCollectionChangedEventArgs(Of T)
Dim value As T
 
value = instance.OldItem
public T OldItem {get;}
public: __property T* get_OldItem();
public:
property T^ OldItem {
   T^ get();
}
Remarks
This property is null for Add, Insert or Clear operations, and it is the item being Removed, Replaced or Updated.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFCollectionChangedEventArgs<T> Class
PDFCollectionChangedEventArgs<T> Members